TabStopType Enumeration

Represents the type of a tab stop.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum TabStopType

Members

Left0 Text is left aligned with a tab stop.
Center1 Text is centered on a tab stop.
Right2 Text is right aligned with a tab stop.
Char3 Character appears at a tab stop position.
None4 None.

See Also